home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / x11 / strategy / xpat2-1.000 / xpat2-1 / xpat2-1.04 / makecards / French / config.h next >
Text File  |  1994-04-06  |  344b  |  9 lines

  1. /* configuration for the american cards */
  2.  
  3. #define NUM_RED_COLORS     8    /* number not counting background */
  4. #define NUM_BLACK_COLORS 8    /* number not counting background */
  5.  
  6. #define RED_COLOR    { 65535L * 4L / 5L, 0L, 0L }    /* red is 80% */
  7. #define BLACK_COLOR    { 0L, 0L, 0L }
  8. #define WHITE_COLOR    { 65535L, 65535L, 65535L }    /* background is white */
  9.